type go/types.exprInfo
4 uses
go/types (current package)
check.go#L67: type exprInfo struct {
check.go#L195: untyped map[ast.Expr]exprInfo // map of expressions without final type
check.go#L252: m = make(map[ast.Expr]exprInfo)
check.go#L255: m[e] = exprInfo{lhs, mode, typ, val}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)